'Declaration<DispIdAttribute(445)> Function SaveToFile_4( _ ByVal FilePath As String, _ ByVal EncryptionScheme As PdfEncryption, _ ByVal UserPass As String, _ ByVal OwnerPass As String, _ ByVal CanPrint As Boolean, _ ByVal CanCopy As Boolean, _ ByVal CanModify As Boolean, _ ByVal CanAddNotes As Boolean, _ ByVal CanFillFields As Boolean, _ ByVal CanCopyAccess As Boolean, _ ByVal CanAssemble As Boolean, _ ByVal CanPrintFull As Boolean _ ) As GdPictureStatus
[DispId(445)] GdPictureStatus SaveToFile_4( string FilePath, PdfEncryption EncryptionScheme, string UserPass, string OwnerPass, bool CanPrint, bool CanCopy, bool CanModify, bool CanAddNotes, bool CanFillFields, bool CanCopyAccess, bool CanAssemble, bool CanPrintFull )
function SaveToFile_4(
FilePath: String;
EncryptionScheme: PdfEncryption;
UserPass: String;
OwnerPass: String;
CanPrint: Boolean;
CanCopy: Boolean;
CanModify: Boolean;
CanAddNotes: Boolean;
CanFillFields: Boolean;
CanCopyAccess: Boolean;
CanAssemble: Boolean;
CanPrintFull: Boolean
): GdPictureStatus;
DispIdAttribute(445) function SaveToFile_4( FilePath : String, EncryptionScheme : PdfEncryption, UserPass : String, OwnerPass : String, CanPrint : boolean, CanCopy : boolean, CanModify : boolean, CanAddNotes : boolean, CanFillFields : boolean, CanCopyAccess : boolean, CanAssemble : boolean, CanPrintFull : boolean ) : GdPictureStatus;
[DispId(445)] GdPictureStatus SaveToFile_4( string* FilePath, PdfEncryption EncryptionScheme, string* UserPass, string* OwnerPass, bool CanPrint, bool CanCopy, bool CanModify, bool CanAddNotes, bool CanFillFields, bool CanCopyAccess, bool CanAssemble, bool CanPrintFull )
[DispId(445)] GdPictureStatus SaveToFile_4( String^ FilePath, PdfEncryption EncryptionScheme, String^ UserPass, String^ OwnerPass, bool CanPrint, bool CanCopy, bool CanModify, bool CanAddNotes, bool CanFillFields, bool CanCopyAccess, bool CanAssemble, bool CanPrintFull )
Parameters
- FilePath
- EncryptionScheme
- UserPass
- OwnerPass
- CanPrint
- CanCopy
- CanModify
- CanAddNotes
- CanFillFields
- CanCopyAccess
- CanAssemble
- CanPrintFull
